projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c242e9
)
(Evaluating Emacs Lisp code):
author
Thien-Thi Nguyen
<ttn@gnuvola.org>
Wed, 5 Jul 2006 07:54:53 +0000
(07:54 +0000)
committer
Thien-Thi Nguyen
<ttn@gnuvola.org>
Wed, 5 Jul 2006 07:54:53 +0000
(07:54 +0000)
Throughout, replace eval-current-buffer with eval-buffer.
man/faq.texi
patch
|
blob
|
history
diff --git
a/man/faq.texi
b/man/faq.texi
index 5d111c8bdae72761b694728442c15aded49b421a..c52fcd6b2d275811d87fb020a2c683a8cb4c6de7 100644
(file)
--- a/
man/faq.texi
+++ b/
man/faq.texi
@@
-2147,7
+2147,7
@@
forms in a file. (To do this from Lisp use the function @code{load}
instead.)
The functions @code{load-library}, @code{eval-region},
-@code{eval-
current-
buffer}, @code{require}, and @code{autoload} are also
+@code{eval-buffer}, @code{require}, and @code{autoload} are also
useful; see @ref{Emacs Lisp documentation}, if you want to learn more
about them.